Transforms forGraphBean


GraphImageTransform

Formal Parameter Type Default Required Description
contextMenus STRING   false

This formal parameter is used by the Transform to identify the context-menus definition. The value of this parameter can specify either:

  1. The name of a <menu> defined in the pageConfig
  2. The path of an xml file with the context-menu definition

In both cases the xml defines the context-menus using <shortcut-list-set> tags. A <shortcut-list-set> represents a collection of <shortcut-list> tags. Each <shortcut-list> represents a single context-menu. Each <shortcut> represents a single option. Users can add/remove/modify <shortcut> to control the options displayed to the end user.
cssPrefix STRING   false Prefix to append to all css class names.
debugErrorFlags INTEGER 65535 false Indicates which extra debug information to include in case of an error.
The flags are taken from the EnumWebAppDebugFlags enumeration.
debugFlags INTEGER 0 false Indicates which debug information to include.
The flags are taken from the EnumWebAppDebugFlags enumeration.
extraInput STRING   false Indicates any extra inputs to be included in the forms generated by the transform.
extraUrl STRING   false Indicates any extra parameters to be included in the links generated by the transform.
globalCssErrorMessage STRING error-message false

Deprecated. The css class to use for the title cannot be controlled by a Formal Parameter anymore.


CSS to be used in all error messages.
globalCssErrorTitle STRING error-title false

Deprecated. The css class to use for the title cannot be controlled by a Formal Parameter anymore.


CSS to be used in all Error titles.
graphImageFormat STRING 1 false Graph Image Format to use.
Allowed Values:
PreferencesGraphTransform.GRAPH_IMAGE_TYPE_REPORT
PreferencesGraphTransform.GRAPH_IMAGE_TYPE_GIF
PreferencesGraphTransform.GRAPH_IMAGE_TYPE_JPEG
height STRING   false Indicates the default height of the component. If this is not a resizable component, this is the height used. If if it resizable, though, the user might change its width using javascript and the value is saved in a preference; thereafter the Transform will use this new value for this component.
imgWait STRING ani_wait.gif false

Deprecated. This value is not used anymore by the Transform as the wait image is included using css.


Name of the image for the Processing icon on the Wait page.
Allowed Values:
The value to indicate should be a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
initialIndent INTEGER 0 false

Deprecated. Indentation is not appended by Transforms anymore.


Indicates the initial indentation of the HTML generated.
scriptClass STRING   false Holds the name of the javaScript class (if any) to be associated with the component. When the scriptClass is specified, a bone is registered on the page for this component. A bone is the corresponding concept of a bean in Microstrategy's javascript environment.
By default, thie methods returns an empty string. Transform which does have an associated bone needs to override this method.
useDHTML BOOLEAN true false Indicates whether to use DHTML on the output.
If not set, the bean's OutputFormat() method will be used.